A description of a request to map a resource. More...
Public Attributes | |
MAP | _mapType = MAP_WRITE_DISCARD |
The map type requested. | |
union { | |
BufferSubResourceDescriptor _buffer | |
If the request is made to map a buffer, this member should be populated. | |
TextureSubResourceDescriptor _texture = TextureSubResourceDescriptor() | |
If the request is made to map a texture, this member should be populated. | |
}; | |
A description of a request to map a resource.